.ui-newsticker {
  cursor: default;
  padding: 0 10px 0 10px;
  height: 30px;
  width: 520px;
  position: relative;
  overflow: hidden;
  font: 18px "Roboto Condensed", Arial,sans-serif;
}

.ui-newsticker:hover {
  color: #202020;
}

.ui-newsticker-list {
  position: absolute;
  height: 30px;
  overflow: hidden;
}

.ui-newsticker-item {
  height: 30px;
  overflow: hidden;
  white-space: wrap;
}

.ui-newsticker ul, .ui-newsticker li{margin:0;padding:0;list-style: none}
